google.golang.org/grpc/balancer/pickfirst/pickfirstleaf.pickfirstBalancer.logger (field)

20 uses

	google.golang.org/grpc/balancer/pickfirst/pickfirstleaf (current package)
		pickfirstleaf.go#L120: 	b.logger = internalgrpclog.NewPrefixLogger(logger, fmt.Sprintf(logPrefix, b))
		pickfirstleaf.go#L189: 	logger          *internalgrpclog.PrefixLogger
		pickfirstleaf.go#L219: 	if b.logger.V(2) {
		pickfirstleaf.go#L220: 		b.logger.Infof("Received error from the name resolver: %v", err)
		pickfirstleaf.go#L227: 		if b.logger.V(2) {
		pickfirstleaf.go#L228: 			b.logger.Infof("Ignoring resolver error because balancer is using a previous good update.")
		pickfirstleaf.go#L257: 	if b.logger.V(2) {
		pickfirstleaf.go#L258: 		b.logger.Infof("Received new config %s, resolver state %s", pretty.ToJSON(cfg), pretty.ToJSON(state.ResolverState))
		pickfirstleaf.go#L336: 	b.logger.Errorf("UpdateSubConnState(%v, %+v) called unexpectedly", subConn, state)
		pickfirstleaf.go#L511: 				if b.logger.V(2) {
		pickfirstleaf.go#L512: 					b.logger.Infof("Failed to create a subConn for address %v: %v", curAddr.String(), err)
		pickfirstleaf.go#L538: 			b.logger.Errorf("SubConn with unexpected state %v present in SubConns map.", sd.rawConnectivityState)
		pickfirstleaf.go#L563: 		if b.logger.V(2) {
		pickfirstleaf.go#L564: 			b.logger.Infof("Happy Eyeballs timer expired while waiting for connection to %q.", curAddr.Addr)
		pickfirstleaf.go#L607: 			b.logger.Errorf("Address %q not found address list in  %v", sd.addr, b.addressList.addresses)
		pickfirstleaf.go#L611: 			if b.logger.V(2) {
		pickfirstleaf.go#L612: 				b.logger.Infof("SubConn %p reported connectivity state READY and the health listener is disabled. Transitioning SubConn to READY.", sd.subConn)
		pickfirstleaf.go#L622: 		if b.logger.V(2) {
		pickfirstleaf.go#L623: 			b.logger.Infof("SubConn %p reported connectivity state READY. Registering health listener.", sd.subConn)
		pickfirstleaf.go#L784: 		b.logger.Errorf("Got unexpected health update for SubConn %p: %v", state)